php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#142258 - 02/02/02 05:41 PM Re: [6.2x] External Defined Avatars
Galipabi Offline
Member

Registered: 04/02/01
Posts: 64
Loc: istanbul/TR
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by JonNJapan:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by Danbeas:
Is there a way to make the avatar be 64 x 64?</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Yeah, Dan and I were wondering the same thing. Is there a way?

~Jon
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">I made the avatars display to 80x80 </font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: fixed;"> chomp($user_profile[20]);
$user_profile[20] = "" if (($user_profile[20] eq 'http://')

Top
#142259 - 02/02/02 05:46 PM Re: [6.2x] External Defined Avatars
Galipabi Offline
Member

Registered: 04/02/01
Posts: 64
Loc: istanbul/TR
sorry something gone wrong with the post

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: fixed;">chomp($user_profile[20]);
$user_profile[20] = "" if (($user_profile[20] eq 'http://')

Top
#142260 - 02/02/02 05:46 PM Re: [6.2x] External Defined Avatars
Variables Offline
Member

Registered: 12/03/00
Posts: 350
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by qasic:
Variables,

I never received it. E-mail it to qasic(at)qasic.com

qasic
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">???! Ow, let's try again. Mail send, PM send (just in case). wink
_________________________
"I have not failed. I've just found 10,000 ways that won't work."
- Edison -

www.cyberty.nl

Top
#142261 - 02/02/02 06:06 PM Re: [6.2x] External Defined Avatars
Galipabi Offline
Member

Registered: 04/02/01
Posts: 64
Loc: istanbul/TR
to use the images as big as you want

http://balder.prohosting.com/~galip/exav.txt

here is the solution

sorry for the mess on recent posts i couldnt be able to use the code tags. Pls moderators delete those corrupt messages

Top
#142262 - 02/03/02 06:07 AM Re: [6.2x] External Defined Avatars
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Code:
[/code]This / should be in the end, and it's not XHTML compatible...

[code]
[edit: misspelling]

BTW, what's wrong with your [code] tags? They work fine here...
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#142263 - 02/03/02 07:13 PM Re: [6.2x] External Defined Avatars
Galipabi Offline
Member

Registered: 04/02/01
Posts: 64
Loc: istanbul/TR
Thanx for correction LK... but it also works on the first one also

Top
#142264 - 02/04/02 03:56 AM Re: [6.2x] External Defined Avatars
JonNJapan Offline
Member

Registered: 06/18/01
Posts: 560
Well, Galipali's works fine, so I'm using it right now. But I'll change the LK's code later.... wink

~Jon

Top
#142265 - 02/04/02 09:20 PM Re: [6.2x] External Defined Avatars
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
I would recommend you use LK's version. It's XHTML compliant and that's what we're striving for.

qasic
_________________________

Top
#142266 - 02/05/02 02:00 AM Re: [6.2x] External Defined Avatars
JonNJapan Offline
Member

Registered: 06/18/01
Posts: 560
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by qasic:
I would recommend you use LK's version. It's XHTML compliant and that's what we're striving for.

qasic
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Ok. I'll go ahead and change it now. =)

~Jon

Top
#142267 - 02/08/02 05:09 AM Re: [6.2x] External Defined Avatars
ssilenthill Offline
Junior Member

Registered: 11/15/01
Posts: 30
Loc: USA
Man i hate it when you guys post all this code and dont label it correctly

How in theheck do i get this to work with the regualr avatar hack so you can choose one from the list or input your avatar from a URL

like ya could in the old 6.05 version?

Top
#142268 - 02/08/02 05:39 AM Re: [6.2x] External Defined Avatars
maurice Offline
Member

Registered: 02/15/01
Posts: 230
HI ssilenthill,

You are right it is anoying throwing different codes in.

I used another profile number instead of 20 I used 17 then go to your registration settings and chance Custom Registration Field # 2: make it a optional field and put in Avatar url:

In the public_topic_page.pl do not forget to chance the $this_img to $this_extimg.

One irritating thing is that if a user select a avatar AND an external avatar you will see two avatars.

Hope that helps

Top
#142269 - 02/08/02 05:45 AM Re: [6.2x] External Defined Avatars
ssilenthill Offline
Junior Member

Registered: 11/15/01
Posts: 30
Loc: USA
Thank you...

Top
#142270 - 02/09/02 02:59 PM Re: [6.2x] External Defined Avatars
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">like ya could in the old 6.05 version</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">This was impossible on the Qasic.NET edition of avatar hack.

qasic
_________________________

Top
#142271 - 02/10/02 07:00 AM Re: [6.2x] External Defined Avatars
ssilenthill Offline
Junior Member

Registered: 11/15/01
Posts: 30
Loc: USA
Whats so special about Qais.NET beside that you rock lol

i dont understand why that ahs anything to do with why that was impossible.

i could understand if this version of the UBB was so drasticly different that it wasnt possible lmao

and if so why not just say so

Top
#142272 - 02/14/02 02:55 PM Re: [6.2x] External Defined Avatars
qasic Offline
Developer

Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
I meant that unless you added the code yourself, you didn't have an option to enter a URL or select a picture from the list. You must have had to added code into my hack to allow you to do the above.

The Qasic.NET hack never had this functionality and that's why it remains the same in the 6.2 version as well.

qasic
_________________________

Top
#142273 - 02/26/02 03:58 AM Re: [6.2x] External Defined Avatars
Tonycrew Offline
Member

Registered: 02/11/02
Posts: 41
Loc: uk
Hi, i have the Standard Avatar Hack installed and also have installed the External Avatar Hack.
But when i try to view a post after adding External Hack i get this Error.

</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif"> public_topic_page: syntax error at /home/total-am/public_html/ubb/Templates/public_topic_page.pl line 129, near "6) "

Please inform the board administration of this error so that they may fix the problem. Thank you!
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">Anyone know what this is..??
Thanx for any help. smile

Top
#142274 - 02/26/02 05:43 AM Re: [6.2x] External Defined Avatars
enricoeur Offline
Junior Member

Registered: 01/06/02
Posts: 24
but this is one UPGRADE for Avatar Hack 1.0 ?

if no please make one upgrade for it..

thx

Top
#142275 - 02/26/02 11:26 AM Re: [6.2x] External Defined Avatars
Boss-Hog Offline
Junior Member

Registered: 05/16/01
Posts: 13
Great hack, qasic.

Boss

Top
#142276 - 02/27/02 06:04 PM Re: [6.2x] External Defined Avatars
Tonycrew Offline
Member

Registered: 02/11/02
Posts: 41
Loc: uk
What does this mean..? I have installed Avatar normal hack and External hack and it don't seem to work together. Do i need to do this.. ? Cause all i get is 2 avatars ahowing at same time but NO avatar from URL..?
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">quote:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">Originally posted by maurice:
HI ssilenthill,

You are right it is anoying throwing different codes in.

I used another profile number instead of 20 I used 17 then go to your registration settings and chance Custom Registration Field # 2: make it a optional field and put in Avatar url:

In the public_topic_page.pl do not forget to chance the $this_img to $this_extimg.

One irritating thing is that if a user select a avatar AND an external avatar you will see two avatars.

Hope that helps
</font><hr /></blockquote><font size="2" face="Verdana, Helvetica, sans-serif">

Top
#142277 - 02/27/02 06:11 PM Re: [6.2x] External Defined Avatars
Tonycrew Offline
Member

Registered: 02/11/02
Posts: 41
Loc: uk
Well i changed the above and when you choose external avatar you get No avatar..?
I wouldn't mind this is only a small hack.
So does it work with normal Avatar hack.??

Top
Page 2 of 2 < 1 2



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks